projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e0f57
)
Add cl-indent loop form indentation.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Mar 2002 16:34:31 +0000
(16:34 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Mar 2002 16:34:31 +0000
(16:34 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 734cdbc9135ba80358eb4bb5d88f6ff0d043d8ad..6b2f815e5cbddaa5e4c42d91b9e10083823a5b90 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-471,6
+471,13
@@
Meta and Alt:
---
** A French translation of the Emacs Tutorial is available.
+---
+** Indentation of simple and extended loop forms han been added to the
+cl-indent package. The new user options
+`lisp-loop-keyword-indentation', `lisp-loop-forms-indentation', and
+`lisp-simple-loop-indentation' can be used to customize the
+indentation of keywords and forms in loop forms.
+
** New modes and packages
+++